home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / mg / rexx / mgclip.mg < prev    next >
Text File  |  1995-03-09  |  172b  |  9 lines

  1. /*
  2.  * Adds it's argument to the list of clips we need to clean up on exit
  3.  * from mg.
  4.  */
  5.  
  6. clipname = "mg.cleanclips."
  7. call setclip clipname, getclip(clipname) arg(1)
  8. exit
  9.